home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / steppenw.swf / scripts / DefineButton2_1115 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  494b  |  24 lines

  1. on(press){
  2.    if(getProperty("Attachement", _Y) < getProperty("AttHaut", _Y) + 10)
  3.    {
  4.       setProperty("Attachement", _Y, getProperty("Attachement", _Y) + 10);
  5.    }
  6.    else
  7.    {
  8.       setProperty("Attachement", _Y, getProperty("AttHaut", _Y));
  9.    }
  10.    tellTarget("../FlechesRoue")
  11.    {
  12.       gotoAndStop("Up");
  13.    }
  14.    set("/Variables:ScrollMail",10);
  15.    tellTarget("ScrollAttachement")
  16.    {
  17.       play();
  18.    }
  19.    tellTarget("../RoueScroll")
  20.    {
  21.       play();
  22.    }
  23. }
  24.